docs: Reword GtkTreeView question 28
authorBjörn Daase <bjoern@daase.net>
Fri, 21 Aug 2020 13:34:38 +0000 (15:34 +0200)
committerBjörn Daase <bjoern@daase.net>
Fri, 21 Aug 2020 13:35:29 +0000 (15:35 +0200)
docs/reference/gtk/question_index.md

index ac7a174b194685f3db2cc930ac943db2657c3607..e5e71174bfacde63264d8f23e0c4631b33533f57 100644 (file)
@@ -445,7 +445,7 @@ the question you have, this list is a good place to start.
     gtk_list_store_set() and gtk_tree_store_set(), but can't read it back?
 
     Both the #GtkTreeStore and the #GtkListStore implement the #GtkTreeModel
-    interface. Consequently, you can use any function this interface
+    interface. As a consequence, you can use any function this interface
     implements. The easiest way to read a set of data back is to use
     gtk_tree_model_get().